Skip to main content

IgniteConnex Auth actions

1. Ignite Editor API Secret Validator

This subflow is used to authenticate API requests made to the IgniteConnex editor, verifying that the request has a correct API secret key and that it matches the X-ignite-api-secret authorization header sent by the user.

To use this connector: Pass x-ignite-api-secret as authorization header in http request. It will automatically pick respective API_SECRET from environment variable and validates the request.